home *** CD-ROM | disk | FTP | other *** search
/ The Cartoon Guide to Physics / The Cartoon Guide to Physics.iso / pc / physdata / opening.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1995-09-10  |  514 b   |  30 lines

  1. on startMovie
  2.   global t, ShowAnimation, SeenQt, Stories
  3.   set the exitLock to 1
  4.   set Stories to 0
  5.   set ShowAnimation to 1
  6.   set SeenQt to 0
  7.   change_to_hand("4,5,6,8,9,10,11")
  8.   set the cursor of sprite 7 to -1
  9.   updateStage()
  10.   set the volume of sound 1 to 255
  11.   if the machineType = 256 then
  12.     openXLib(the pathName & "FILEIO.DLL")
  13.   end if
  14. end
  15.  
  16. on ofir
  17.   if the frame < 110 then
  18.     go("ofir")
  19.   else
  20.     pass()
  21.   end if
  22. end
  23.  
  24. on mouseDown
  25.   if the frame < 110 then
  26.     unLoad()
  27.     go("ofir")
  28.   end if
  29. end
  30.